バージョン

AddClosedCurve(PointF[]) メソッド

このパスに閉曲線を追加します。その曲線は配列の各ポイントを通過するため、基本スプライン曲線を使用します。
シンタックス
'宣言
 
Public Overloads Sub AddClosedCurve( _
   ByVal points() As PointF _
) 
public void AddClosedCurve( 
   PointF[] points
)

パラメータ

points
曲線を定義するポイントを表す System.Drawing.PointF 構造体の配列。
参照